home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
amok_lha
/
amok49.lha
/
DME
/
dme.refs
< prev
next >
Wrap
Text File
|
1993-08-15
|
60KB
|
1,418 lines
# Definitions for Amok-Oberon 1.17.1
# Lists.def
Lists 9999 DEFS:Lists.def (DEFINITION)
NodePtr 1 DEFS:Lists.def `NodePtr '
Node 1 DEFS:Lists.def `Node '
List 1 DEFS:Lists.def `List '
DoProc 1 DEFS:Lists.def `DoProc '
Init 1 DEFS:Lists.def `PROCEDURE Init'
AddHead 1 DEFS:Lists.def `PROCEDURE AddHead'
AddTail 1 DEFS:Lists.def `PROCEDURE AddTail'
Remove 1 DEFS:Lists.def `PROCEDURE Remove'
RemHead 1 DEFS:Lists.def `PROCEDURE RemHead'
RemTail 1 DEFS:Lists.def `PROCEDURE RemTail'
AddBefore 1 DEFS:Lists.def `PROCEDURE AddBefore'
AddBehind 1 DEFS:Lists.def `PROCEDURE AddBehind'
Empty 1 DEFS:Lists.def `PROCEDURE Empty'
CountElements 1 DEFS:Lists.def `PROCEDURE CountElements'
DoForward 1 DEFS:Lists.def `PROCEDURE DoForward'
DoBackward 1 DEFS:Lists.def `PROCEDURE DoBackward'
Next 1 DEFS:Lists.def `PROCEDURE Next'
Previous 1 DEFS:Lists.def `PROCEDURE Previous'
Succ 1 DEFS:Lists.def `PROCEDURE Succ'
Pred 1 DEFS:Lists.def `PROCEDURE Pred'
Head 1 DEFS:Lists.def `PROCEDURE Head'
Tail 1 DEFS:Lists.def `PROCEDURE Tail'
# io.def
io 9999 DEFS:io.def (DEFINITION)
out 1 DEFS:io.def `out,'
in 1 DEFS:io.def `out, in '
Me 1 DEFS:io.def `Me '
closeDelay 1 DEFS:io.def `closeDelay '
Length 1 DEFS:io.def `PROCEDURE Length'
Write 1 DEFS:io.def `PROCEDURE Write'
WriteLn 1 DEFS:io.def `PROCEDURE WriteLn'
WriteString 1 DEFS:io.def `PROCEDURE WriteString'
Tab 1 DEFS:io.def `PROCEDURE Tab'
Clear 1 DEFS:io.def `PROCEDURE Clear'
Format 1 DEFS:io.def `PROCEDURE Format'
WriteInt 1 DEFS:io.def `PROCEDURE WriteInt'
WriteHex 1 DEFS:io.def `PROCEDURE WriteHex'
Read 1 DEFS:io.def `PROCEDURE Read'
ReadString 1 DEFS:io.def `PROCEDURE ReadString'
ReadInt 1 DEFS:io.def `PROCEDURE ReadInt'
ReadHex 1 DEFS:io.def `PROCEDURE ReadHex'
# Strings.def
Strings 9999 DEFS:Strings.def (DEFINITION)
Length 1 DEFS:Strings.def `PROCEDURE Length'
Append 1 DEFS:Strings.def `PROCEDURE Append'
Occurs 1 DEFS:Strings.def `PROCEDURE Occurs'
OccursPos 1 DEFS:Strings.def `PROCEDURE OccursPos'
Cut 1 DEFS:Strings.def `PROCEDURE Cut'
Upper 1 DEFS:Strings.def `PROCEDURE Upper'
Insert 1 DEFS:Strings.def `PROCEDURE Insert'
Delete 1 DEFS:Strings.def `PROCEDURE Delete'
AppendChar 1 DEFS:Strings.def `PROCEDURE AppendChar'
InsertChar 1 DEFS:Strings.def `PROCEDURE InsertChar'
# OberonLib.def
OberonLib 9999 DEFS:OberonLib.def (DEFINITION)
HaltProc 1 DEFS:OberonLib.def `HaltProc '
OldSP 1 DEFS:OberonLib.def `OldSP '
Result 1 DEFS:OberonLib.def `Result '
closing 1 DEFS:OberonLib.def `closing '
dosCmdLen 1 DEFS:OberonLib.def `dosCmdLen '
dosCmdBuf 1 DEFS:OberonLib.def `dosCmdBuf '
wbStarted 1 DEFS:OberonLib.def `wbStarted '
wbenchMsg 1 DEFS:OberonLib.def `wbenchMsg '
Me 1 DEFS:OberonLib.def `Me '
MemReqs 1 DEFS:OberonLib.def `MemReqs '
Mul 1 DEFS:OberonLib.def `PROCEDURE Mul'
ModDiv 1 DEFS:OberonLib.def `PROCEDURE ModDiv'
New 1 DEFS:OberonLib.def `PROCEDURE New'
Dispose 1 DEFS:OberonLib.def `PROCEDURE Dispose'
Copy 1 DEFS:OberonLib.def `PROCEDURE Copy'
StackChk 1 DEFS:OberonLib.def `PROCEDURE StackChk'
# Dos.def
Dos 9999 DEFS:Dos.def (DEFINITION)
BSTR 1 DEFS:Dos.def `BSTR '
DeviceListPtr 1 DEFS:Dos.def `DeviceListPtr '
DeviceListVolPtr 1 DEFS:Dos.def `DeviceListVolPtr '
FileHandlePtr 1 DEFS:Dos.def `FileHandlePtr '
FileLockPtr 1 DEFS:Dos.def `FileLockPtr '
Date 5 DEFS:Dos.def `Date '
DatePtr 1 DEFS:Dos.def `DatePtr '
FileInfoBlockPtr 1 DEFS:Dos.def `FileInfoBlockPtr '
FileInfoBlock 12 DEFS:Dos.def `FileInfoBlock '
InfoDataPtr 1 DEFS:Dos.def `InfoDataPtr '
InfoData 11 DEFS:Dos.def `InfoData '
CommandLineInterfacePtr 1 DEFS:Dos.def `CommandLineInterfacePtr '
ProcessId 1 DEFS:Dos.def `ProcessId '
ProcessPtr 1 DEFS:Dos.def `ProcessPtr '
Process 20 DEFS:Dos.def `Process '
FileHandle 13 DEFS:Dos.def `FileHandle '
DosPacket 14 DEFS:Dos.def `DosPacket '
DosPacketPtr 1 DEFS:Dos.def `DosPacketPtr '
StandardPacket 4 DEFS:Dos.def `StandardPacket '
StandardPacketPtr 1 DEFS:Dos.def `StandardPacketPtr '
RootNodePtr 1 DEFS:Dos.def `RootNodePtr '
DosLibrary 8 DEFS:Dos.def `DosLibrary '
DosLibraryPtr 1 DEFS:Dos.def `DosLibraryPtr '
TaskArray 4 DEFS:Dos.def `TaskArray '
DosEnvecPtr 1 DEFS:Dos.def `DosEnvecPtr '
DosInfoPtr 1 DEFS:Dos.def `DosInfoPtr '
FileSysStartupMsgPtr 1 DEFS:Dos.def `FileSysStartupMsgPtr '
TaskArrayPtr 1 DEFS:Dos.def `TaskArrayPtr '
ResidentSegmentPtr 1 DEFS:Dos.def `ResidentSegmentPtr '
ResidentSegment 5 DEFS:Dos.def `ResidentSegment '
RootNode 8 DEFS:Dos.def `RootNode '
DosInfo 7 DEFS:Dos.def `DosInfo '
PathInfoPtr 1 DEFS:Dos.def `PathInfoPtr '
PathInfo 4 DEFS:Dos.def `PathInfo '
CommandLineInterface 18 DEFS:Dos.def `CommandLineInterface '
DeviceList 13 DEFS:Dos.def `DeviceList '
DeviceListVol 11 DEFS:Dos.def `DeviceListVol '
DeviceNode 1 DEFS:Dos.def `DeviceNode '
DeviceNodePtr 1 DEFS:Dos.def `DeviceNodePtr '
DeviceNodeVol 1 DEFS:Dos.def `DeviceNodeVol '
DeviceNodeVolPtr 1 DEFS:Dos.def `DeviceNodeVolPtr '
DosEnvec 19 DEFS:Dos.def `DosEnvec '
FileLock 7 DEFS:Dos.def `FileLock '
FileSysStartupMsg 6 DEFS:Dos.def `FileSysStartupMsg '
dos 1 DEFS:Dos.def `dos '
Close 1 DEFS:Dos.def `PROCEDURE Close'
CreateDir 1 DEFS:Dos.def `PROCEDURE CreateDir'
CreateProc 1 DEFS:Dos.def `PROCEDURE CreateProc'
CurrentDir 1 DEFS:Dos.def `PROCEDURE CurrentDir'
DateStamp 1 DEFS:Dos.def `PROCEDURE DateStamp'
Delay 1 DEFS:Dos.def `PROCEDURE Delay'
DeleteFile 1 DEFS:Dos.def `PROCEDURE DeleteFile'
DeviceProc 1 DEFS:Dos.def `PROCEDURE DeviceProc'
DupLock 1 DEFS:Dos.def `PROCEDURE DupLock'
Examine 1 DEFS:Dos.def `PROCEDURE Examine'
Execute 1 DEFS:Dos.def `PROCEDURE Execute'
Exit 1 DEFS:Dos.def `PROCEDURE Exit'
ExNext 1 DEFS:Dos.def `PROCEDURE ExNext'
GetPacket 1 DEFS:Dos.def `PROCEDURE GetPacket'
Info 1 DEFS:Dos.def `PROCEDURE Info'
Input 1 DEFS:Dos.def `PROCEDURE Input'
IoErr 1 DEFS:Dos.def `PROCEDURE IoErr'
IsInteractive 1 DEFS:Dos.def `PROCEDURE IsInteractive'
LoadSeg 1 DEFS:Dos.def `PROCEDURE LoadSeg'
Lock 1 DEFS:Dos.def `PROCEDURE Lock'
Open 1 DEFS:Dos.def `PROCEDURE Open'
Output 1 DEFS:Dos.def `PROCEDURE Output'
ParentDir 1 DEFS:Dos.def `PROCEDURE ParentDir'
QueuePacket 1 DEFS:Dos.def `PROCEDURE QueuePacket'
Read 1 DEFS:Dos.def `PROCEDURE Read'
Rename 1 DEFS:Dos.def `PROCEDURE Rename'
Seek 1 DEFS:Dos.def `PROCEDURE Seek'
SetComment 1 DEFS:Dos.def `PROCEDURE SetComment'
SetProtection 1 DEFS:Dos.def `PROCEDURE SetProtection'
UnLoadSeg 1 DEFS:Dos.def `PROCEDURE UnLoadSeg'
UnLock 1 DEFS:Dos.def `PROCEDURE UnLock'
WaitForChar 1 DEFS:Dos.def `PROCEDURE WaitForChar'
Write 1 DEFS:Dos.def `PROCEDURE Write'
# Exec.def
Exec 9999 DEFS:Exec.def (DEFINITION)
ADDRESS 1 DEFS:Exec.def `ADDRESS '
BPTR 1 DEFS:Exec.def `BPTR '
PROC 1 DEFS:Exec.def `PROC '
NodePtr 1 DEFS:Exec.def `NodePtr '
Node 7 DEFS:Exec.def `Node '
MinNodePtr 1 DEFS:Exec.def `MinNodePtr '
MinNode 4 DEFS:Exec.def `MinNode '
List 7 DEFS:Exec.def `List '
ListPtr 1 DEFS:Exec.def `ListPtr '
MinList 5 DEFS:Exec.def `MinList '
MinListPtr 1 DEFS:Exec.def `MinListPtr '
Interrupt 5 DEFS:Exec.def `Interrupt '
InterruptPtr 1 DEFS:Exec.def `InterruptPtr '
IntVector 5 DEFS:Exec.def `IntVector '
SoftIntList 4 DEFS:Exec.def `SoftIntList '
MemChunkPtr 1 DEFS:Exec.def `MemChunkPtr '
MemChunk 4 DEFS:Exec.def `MemChunk '
MemHeader 8 DEFS:Exec.def `MemHeader '
MemHeaderPtr 1 DEFS:Exec.def `MemHeaderPtr '
MemEntry 4 DEFS:Exec.def `MemEntry '
MemList 4 DEFS:Exec.def `MemList '
MemListPtr 1 DEFS:Exec.def `MemListPtr '
TaskPtr 1 DEFS:Exec.def `TaskPtr '
MsgPort 7 DEFS:Exec.def `MsgPort '
MsgPortSoftInt 7 DEFS:Exec.def `MsgPortSoftInt '
MsgPortPtr 1 DEFS:Exec.def `MsgPortPtr '
Message 5 DEFS:Exec.def `Message '
MessagePtr 1 DEFS:Exec.def `MessagePtr '
Task 24 DEFS:Exec.def `Task '
Library 12 DEFS:Exec.def `Library '
LibraryPtr 1 DEFS:Exec.def `LibraryPtr '
Device 3 DEFS:Exec.def `Device '
DevicePtr 1 DEFS:Exec.def `DevicePtr '
UnitPtr 1 DEFS:Exec.def `UnitPtr '
Unit 6 DEFS:Exec.def `Unit '
IORequest 8 DEFS:Exec.def `IORequest '
IORequestPtr 1 DEFS:Exec.def `IORequestPtr '
IOStdReq 12 DEFS:Exec.def `IOStdReq '
IOStdReqPtr 1 DEFS:Exec.def `IOStdReqPtr '
Semaphore 4 DEFS:Exec.def `Semaphore '
SemaphorePtr 1 DEFS:Exec.def `SemaphorePtr '
SemaphoreRequest 4 DEFS:Exec.def `SemaphoreRequest '
SignalSemaphore 8 DEFS:Exec.def `SignalSemaphore '
SignalSemaphorePtr 1 DEFS:Exec.def `SignalSemaphorePtr '
ResidentPtr 1 DEFS:Exec.def `ResidentPtr '
Resident 12 DEFS:Exec.def `Resident '
ExecBase 52 DEFS:Exec.def `ExecBase '
ExecBasePtr 1 DEFS:Exec.def `ExecBasePtr '
exec 1 DEFS:Exec.def `exec '
AbortIO 1 DEFS:Exec.def `PROCEDURE AbortIO'
AddDevice 1 DEFS:Exec.def `PROCEDURE AddDevice'
AddHead 1 DEFS:Exec.def `PROCEDURE AddHead'
AddIntServer 1 DEFS:Exec.def `PROCEDURE AddIntServer'
AddLibrary 1 DEFS:Exec.def `PROCEDURE AddLibrary'
AddMemList 1 DEFS:Exec.def `PROCEDURE AddMemList'
AddPort 1 DEFS:Exec.def `PROCEDURE AddPort'
AddResource 1 DEFS:Exec.def `PROCEDURE AddResource'
AddSemaphore 1 DEFS:Exec.def `PROCEDURE AddSemaphore'
AddTail 1 DEFS:Exec.def `PROCEDURE AddTail'
AddTask 1 DEFS:Exec.def `PROCEDURE AddTask'
Alert 1 DEFS:Exec.def `PROCEDURE Alert'
AllocAbs 1 DEFS:Exec.def `PROCEDURE AllocAbs'
Allocate 1 DEFS:Exec.def `PROCEDURE Allocate'
AllocEntry 1 DEFS:Exec.def `PROCEDURE AllocEntry'
AllocMem 1 DEFS:Exec.def `PROCEDURE AllocMem'
AllocSignal 1 DEFS:Exec.def `PROCEDURE AllocSignal'
AllocTrap 1 DEFS:Exec.def `PROCEDURE AllocTrap'
AttemptSemaphore 1 DEFS:Exec.def `PROCEDURE AttemptSemaphore'
AvailMem 1 DEFS:Exec.def `PROCEDURE AvailMem'
Cause 1 DEFS:Exec.def `PROCEDURE Cause'
CheckIO 1 DEFS:Exec.def `PROCEDURE CheckIO'
CloseDevice 1 DEFS:Exec.def `PROCEDURE CloseDevice'
CloseLibrary 1 DEFS:Exec.def `PROCEDURE CloseLibrary'
CopyMem 1 DEFS:Exec.def `PROCEDURE CopyMem'
CopyMemQuick 1 DEFS:Exec.def `PROCEDURE CopyMemQuick'
Deallocate 1 DEFS:Exec.def `PROCEDURE Deallocate'
Debug 1 DEFS:Exec.def `PROCEDURE Debug'
Disable 1 DEFS:Exec.def `PROCEDURE Disable'
Dispatch 1 DEFS:Exec.def `PROCEDURE Dispatch'
DoIO 1 DEFS:Exec.def `PROCEDURE DoIO'
Enable 1 DEFS:Exec.def `PROCEDURE Enable'
Enqueue 1 DEFS:Exec.def `PROCEDURE Enqueue'
Exception 1 DEFS:Exec.def `PROCEDURE Exception'
ExitIntr 1 DEFS:Exec.def `PROCEDURE ExitIntr'
FindName 1 DEFS:Exec.def `PROCEDURE FindName'
FindPort 1 DEFS:Exec.def `PROCEDURE FindPort'
FindResident 1 DEFS:Exec.def `PROCEDURE FindResident'
FindSemaphore 1 DEFS:Exec.def `PROCEDURE FindSemaphore'
FindTask 1 DEFS:Exec.def `PROCEDURE FindTask'
Forbid 1 DEFS:Exec.def `PROCEDURE Forbid'
FreeEntry 1 DEFS:Exec.def `PROCEDURE FreeEntry'
FreeMem 1 DEFS:Exec.def `PROCEDURE FreeMem'
FreeSignal 1 DEFS:Exec.def `PROCEDURE FreeSignal'
FreeTrap 1 DEFS:Exec.def `PROCEDURE FreeTrap'
GetCC 1 DEFS:Exec.def `PROCEDURE GetCC'
GetMsg 1 DEFS:Exec.def `PROCEDURE GetMsg'
InitCode 1 DEFS:Exec.def `PROCEDURE InitCode'
InitResident 1 DEFS:Exec.def `PROCEDURE InitResident'
InitSemaphore 1 DEFS:Exec.def `PROCEDURE InitSemaphore'
InitStruct 1 DEFS:Exec.def `PROCEDURE InitStruct'
Insert 1 DEFS:Exec.def `PROCEDURE Insert'
MakeFunctions 1 DEFS:Exec.def `PROCEDURE MakeFunctions'
MakeLibrary 1 DEFS:Exec.def `PROCEDURE MakeLibrary'
ObtainSemaphore 1 DEFS:Exec.def `PROCEDURE ObtainSemaphore'
ObtainSemaphoreList 1 DEFS:Exec.def `PROCEDURE ObtainSemaphoreList'
OldOpenLibrary 1 DEFS:Exec.def `PROCEDURE OldOpenLibrary'
OpenDevice 1 DEFS:Exec.def `PROCEDURE OpenDevice'
OpenLibrary 1 DEFS:Exec.def `PROCEDURE OpenLibrary'
OpenResource 1 DEFS:Exec.def `PROCEDURE OpenResource'
Permit 1 DEFS:Exec.def `PROCEDURE Permit'
Procure 1 DEFS:Exec.def `PROCEDURE Procure'
PutMsg 1 DEFS:Exec.def `PROCEDURE PutMsg'
RawDoFmt 1 DEFS:Exec.def `PROCEDURE RawDoFmt'
RawIOInit 1 DEFS:Exec.def `PROCEDURE RawIOInit'
RawMayGetChar 1 DEFS:Exec.def `PROCEDURE RawMayGetChar'
RawPutChar 1 DEFS:Exec.def `PROCEDURE RawPutChar'
ReleaseSemaphore 1 DEFS:Exec.def `PROCEDURE ReleaseSemaphore'
ReleaseSemaphoreList 1 DEFS:Exec.def `PROCEDURE ReleaseSemaphoreList'
RemDevice 1 DEFS:Exec.def `PROCEDURE RemDevice'
RemHead 1 DEFS:Exec.def `PROCEDURE RemHead'
RemIntServer 1 DEFS:Exec.def `PROCEDURE RemIntServer'
RemLibrary 1 DEFS:Exec.def `PROCEDURE RemLibrary'
Remove 1 DEFS:Exec.def `PROCEDURE Remove'
RemPort 1 DEFS:Exec.def `PROCEDURE RemPort'
RemResource 1 DEFS:Exec.def `PROCEDURE RemResource'
RemSemaphore 1 DEFS:Exec.def `PROCEDURE RemSemaphore'
RemTail 1 DEFS:Exec.def `PROCEDURE RemTail'
RemTask 1 DEFS:Exec.def `PROCEDURE RemTask'
ReplyMsg 1 DEFS:Exec.def `PROCEDURE ReplyMsg'
Reschedule 1 DEFS:Exec.def `PROCEDURE Reschedule'
Schedule 1 DEFS:Exec.def `PROCEDURE Schedule'
SendIO 1 DEFS:Exec.def `PROCEDURE SendIO'
SetExcept 1 DEFS:Exec.def `PROCEDURE SetExcept'
SetFunction 1 DEFS:Exec.def `PROCEDURE SetFunction'
SetIntVector 1 DEFS:Exec.def `PROCEDURE SetIntVector'
SetSignal 1 DEFS:Exec.def `PROCEDURE SetSignal'
SetSR 1 DEFS:Exec.def `PROCEDURE SetSR'
SetTaskPri 1 DEFS:Exec.def `PROCEDURE SetTaskPri'
Signal 1 DEFS:Exec.def `PROCEDURE Signal'
SumKickData 1 DEFS:Exec.def `PROCEDURE SumKickData'
SumLibrary 1 DEFS:Exec.def `PROCEDURE SumLibrary'
SuperState 1 DEFS:Exec.def `PROCEDURE SuperState'
Supervisor 1 DEFS:Exec.def `PROCEDURE Supervisor'
Switch 1 DEFS:Exec.def `PROCEDURE Switch'
TypeOfMem 1 DEFS:Exec.def `PROCEDURE TypeOfMem'
UserState 1 DEFS:Exec.def `PROCEDURE UserState'
Vacate 1 DEFS:Exec.def `PROCEDURE Vacate'
Wait 1 DEFS:Exec.def `PROCEDURE Wait'
WaitIO 1 DEFS:Exec.def `PROCEDURE WaitIO'
WaitPort 1 DEFS:Exec.def `PROCEDURE WaitPort'
# ExecSupport.def
ExecSupport 9999 DEFS:ExecSupport.def (DEFINITION)
PROC 1 DEFS:ExecSupport.def `PROC '
NewList 1 DEFS:ExecSupport.def `PROCEDURE NewList'
ListEmpty 1 DEFS:ExecSupport.def `PROCEDURE ListEmpty'
BeginIO 1 DEFS:ExecSupport.def `PROCEDURE BeginIO'
AbortIO 1 DEFS:ExecSupport.def `PROCEDURE AbortIO'
CreatePort 1 DEFS:ExecSupport.def `PROCEDURE CreatePort'
DeletePort 1 DEFS:ExecSupport.def `PROCEDURE DeletePort'
CreateExtIO 1 DEFS:ExecSupport.def `PROCEDURE CreateExtIO'
DeleteExtIO 1 DEFS:ExecSupport.def `PROCEDURE DeleteExtIO'
CreateStdIO 1 DEFS:ExecSupport.def `PROCEDURE CreateStdIO'
DeleteStdIO 1 DEFS:ExecSupport.def `PROCEDURE DeleteStdIO'
CreateTask 1 DEFS:ExecSupport.def `PROCEDURE CreateTask'
DeleteTask 1 DEFS:ExecSupport.def `PROCEDURE DeleteTask'
# Intuition.def
Intuition 9999 DEFS:Intuition.def (DEFINITION)
BorderPtr 1 DEFS:Intuition.def `BorderPtr '
GadgetPtr 1 DEFS:Intuition.def `GadgetPtr '
ImagePtr 1 DEFS:Intuition.def `ImagePtr '
IntuiMessagePtr 1 DEFS:Intuition.def `IntuiMessagePtr '
IntuiTextPtr 1 DEFS:Intuition.def `IntuiTextPtr '
MenuItemPtr 1 DEFS:Intuition.def `MenuItemPtr '
MenuPtr 1 DEFS:Intuition.def `MenuPtr '
PreferencesPtr 1 DEFS:Intuition.def `PreferencesPtr '
PropInfoPtr 1 DEFS:Intuition.def `PropInfoPtr '
RememberPtr 1 DEFS:Intuition.def `RememberPtr '
RequesterPtr 1 DEFS:Intuition.def `RequesterPtr '
ScreenPtr 1 DEFS:Intuition.def `ScreenPtr '
StringInfoPtr 1 DEFS:Intuition.def `StringInfoPtr '
WindowPtr 1 DEFS:Intuition.def `WindowPtr '
Menu 14 DEFS:Intuition.def `Menu '
MenuItem 14 DEFS:Intuition.def `MenuItem '
Requester 19 DEFS:Intuition.def `Requester '
Gadget 17 DEFS:Intuition.def `Gadget '
BoolInfo 5 DEFS:Intuition.def `BoolInfo '
PropInfo 13 DEFS:Intuition.def `PropInfo '
StringInfo 15 DEFS:Intuition.def `StringInfo '
IntuiText 10 DEFS:Intuition.def `IntuiText '
Border 10 DEFS:Intuition.def `Border '
Image 11 DEFS:Intuition.def `Image '
IntuiMessage 12 DEFS:Intuition.def `IntuiMessage '
NewWindow 20 DEFS:Intuition.def `NewWindow '
NewScreen 15 DEFS:Intuition.def `NewScreen '
Window 50 DEFS:Intuition.def `Window '
Screen 34 DEFS:Intuition.def `Screen '
Preferences 44 DEFS:Intuition.def `Preferences '
Remember 5 DEFS:Intuition.def `Remember '
FatIntuiMessage 4 DEFS:Intuition.def `FatIntuiMessage '
IBox 6 DEFS:Intuition.def `IBox '
Point 4 DEFS:Intuition.def `Point '
PenPair 4 DEFS:Intuition.def `PenPair '
GListEnv 11 DEFS:Intuition.def `GListEnv '
GListEnvPtr 1 DEFS:Intuition.def `GListEnvPtr '
GadgetInfo 8 DEFS:Intuition.def `GadgetInfo '
IntuitionBase 108 DEFS:Intuition.def `IntuitionBase '
IntuitionBasePtr 1 DEFS:Intuition.def `IntuitionBasePtr '
int 1 DEFS:Intuition.def `int '
LONGBOOL 1 DEFS:Intuition.def `LONGBOOL '
ActivateGadget 1 DEFS:Intuition.def `PROCEDURE ActivateGadget'
ActivateWindow 1 DEFS:Intuition.def `PROCEDURE ActivateWindow'
AddGadget 1 DEFS:Intuition.def `PROCEDURE AddGadget'
AddGList 1 DEFS:Intuition.def `PROCEDURE AddGList'
AllocRemember 1 DEFS:Intuition.def `PROCEDURE AllocRemember'
AlohaWorkbench 1 DEFS:Intuition.def `PROCEDURE AlohaWorkbench'
AutoRequest 1 DEFS:Intuition.def `PROCEDURE AutoRequest'
BeginRefresh 1 DEFS:Intuition.def `PROCEDURE BeginRefresh'
BuildSysRequest 1 DEFS:Intuition.def `PROCEDURE BuildSysRequest'
ClearDMRequest 1 DEFS:Intuition.def `PROCEDURE ClearDMRequest'
ClearMenuStrip 1 DEFS:Intuition.def `PROCEDURE ClearMenuStrip'
ClearPointer 1 DEFS:Intuition.def `PROCEDURE ClearPointer'
CloseScreen 1 DEFS:Intuition.def `PROCEDURE CloseScreen'
CloseWindow 1 DEFS:Intuition.def `PROCEDURE CloseWindow'
CloseWorkBench 1 DEFS:Intuition.def `PROCEDURE CloseWorkBench'
CurrentTime 1 DEFS:Intuition.def `PROCEDURE CurrentTime'
DisplayAlert 1 DEFS:Intuition.def `PROCEDURE DisplayAlert'
DisplayBeep 1 DEFS:Intuition.def `PROCEDURE DisplayBeep'
DoubleClick 1 DEFS:Intuition.def `PROCEDURE DoubleClick'
DrawBorder 1 DEFS:Intuition.def `PROCEDURE DrawBorder'
DrawImage 1 DEFS:Intuition.def `PROCEDURE DrawImage'
EndRefresh 1 DEFS:Intuition.def `PROCEDURE EndRefresh'
EndRequest 1 DEFS:Intuition.def `PROCEDURE EndRequest'
FreeRemember 1 DEFS:Intuition.def `PROCEDURE FreeRemember'
FreeSysRequest 1 DEFS:Intuition.def `PROCEDURE FreeSysRequest'
GetDefPrefs 1 DEFS:Intuition.def `PROCEDURE GetDefPrefs'
GetPrefs 1 DEFS:Intuition.def `PROCEDURE GetPrefs'
GetScreenData 1 DEFS:Intuition.def `PROCEDURE GetScreenData'
InitRequester 1 DEFS:Intuition.def `PROCEDURE InitRequester'
IntuiTextLength 1 DEFS:Intuition.def `PROCEDURE IntuiTextLength'
Intuition 1 DEFS:Intuition.def `PROCEDURE Intuition'
ItemAddress 1 DEFS:Intuition.def `PROCEDURE ItemAddress'
LockIBase 1 DEFS:Intuition.def `PROCEDURE LockIBase'
MakeScreen 1 DEFS:Intuition.def `PROCEDURE MakeScreen'
ModifyIDCMP 1 DEFS:Intuition.def `PROCEDURE ModifyIDCMP'
ModifyProp 1 DEFS:Intuition.def `PROCEDURE ModifyProp'
MoveScreen 1 DEFS:Intuition.def `PROCEDURE MoveScreen'
MoveWindow 1 DEFS:Intuition.def `PROCEDURE MoveWindow'
NewModifyProp 1 DEFS:Intuition.def `PROCEDURE NewModifyProp'
OffGadget 1 DEFS:Intuition.def `PROCEDURE OffGadget'
OffMenu 1 DEFS:Intuition.def `PROCEDURE OffMenu'
OnGadget 1 DEFS:Intuition.def `PROCEDURE OnGadget'
OnMenu 1 DEFS:Intuition.def `PROCEDURE OnMenu'
OpenIntuition 1 DEFS:Intuition.def `PROCEDURE OpenIntuition'
OpenScreen 1 DEFS:Intuition.def `PROCEDURE OpenScreen'
OpenWindow 1 DEFS:Intuition.def `PROCEDURE OpenWindow'
OpenWorkBench 1 DEFS:Intuition.def `PROCEDURE OpenWorkBench'
PrintIText 1 DEFS:Intuition.def `PROCEDURE PrintIText'
RefreshGadgets 1 DEFS:Intuition.def `PROCEDURE RefreshGadgets'
RefreshGList 1 DEFS:Intuition.def `PROCEDURE RefreshGList'
RefreshWindowFrame 1 DEFS:Intuition.def `PROCEDURE RefreshWindowFrame'
RemakeDisplay 1 DEFS:Intuition.def `PROCEDURE RemakeDisplay'
RemoveGadget 1 DEFS:Intuition.def `PROCEDURE RemoveGadget'
RemoveGList 1 DEFS:Intuition.def `PROCEDURE RemoveGList'
ReportMouse 1 DEFS:Intuition.def `PROCEDURE ReportMouse'
Request 1 DEFS:Intuition.def `PROCEDURE Request'
RethinkDisplay 1 DEFS:Intuition.def `PROCEDURE RethinkDisplay'
ScreenToBack 1 DEFS:Intuition.def `PROCEDURE ScreenToBack'
ScreenToFront 1 DEFS:Intuition.def `PROCEDURE ScreenToFront'
SetDMRequest 1 DEFS:Intuition.def `PROCEDURE SetDMRequest'
SetMenuStrip 1 DEFS:Intuition.def `PROCEDURE SetMenuStrip'
SetPointer 1 DEFS:Intuition.def `PROCEDURE SetPointer'
SetPrefs 1 DEFS:Intuition.def `PROCEDURE SetPrefs'
SetWindowTitles 1 DEFS:Intuition.def `PROCEDURE SetWindowTitles'
ShowTitle 1 DEFS:Intuition.def `PROCEDURE ShowTitle'
SizeWindow 1 DEFS:Intuition.def `PROCEDURE SizeWindow'
UnlockIBase 1 DEFS:Intuition.def `PROCEDURE UnlockIBase'
ViewAddress 1 DEFS:Intuition.def `PROCEDURE ViewAddress'
ViewPortAddress 1 DEFS:Intuition.def `PROCEDURE ViewPortAddress'
WBenchToBack 1 DEFS:Intuition.def `PROCEDURE WBenchToBack'
WBenchToFront 1 DEFS:Intuition.def `PROCEDURE WBenchToFront'
WindowLimits 1 DEFS:Intuition.def `PROCEDURE WindowLimits'
WindowToBack 1 DEFS:Intuition.def `PROCEDURE WindowToBack'
WindowToFront 1 DEFS:Intuition.def `PROCEDURE WindowToFront'
MenuNum 1 DEFS:Intuition.def `PROCEDURE MenuNum'
ItemNum 1 DEFS:Intuition.def `PROCEDURE ItemNum'
SubNum 1 DEFS:Intuition.def `PROCEDURE SubNum'
ShiftMenu 1 DEFS:Intuition.def `PROCEDURE ShiftMenu'
ShiftItem 1 DEFS:Intuition.def `PROCEDURE ShiftItem'
ShiftSub 1 DEFS:Intuition.def `PROCEDURE ShiftSub'
MenuNumber 1 DEFS:Intuition.def `PROCEDURE MenuNumber'
BoolToLong 1 DEFS:Intuition.def `PROCEDURE BoolToLong'
UIntToLong 1 DEFS:Intuition.def `PROCEDURE UIntToLong'
LongToUInt 1 DEFS:Intuition.def `PROCEDURE LongToUInt'
# Graphics.def
Graphics 9999 DEFS:Graphics.def (DEFINITION)
AnimCompPtr 1 DEFS:Graphics.def `AnimCompPtr '
AnimObPtr 1 DEFS:Graphics.def `AnimObPtr '
AreaInfoPtr 1 DEFS:Graphics.def `AreaInfoPtr '
BitMapPtr 1 DEFS:Graphics.def `BitMapPtr '
BobPtr 1 DEFS:Graphics.def `BobPtr '
ClipRectPtr 1 DEFS:Graphics.def `ClipRectPtr '
CollTablePtr 1 DEFS:Graphics.def `CollTablePtr '
ColorMapPtr 1 DEFS:Graphics.def `ColorMapPtr '
CopinitPtr 1 DEFS:Graphics.def `CopinitPtr '
CopInsPtr 1 DEFS:Graphics.def `CopInsPtr '
CopListPtr 1 DEFS:Graphics.def `CopListPtr '
CprlistPtr 1 DEFS:Graphics.def `CprlistPtr '
DBufPacketPtr 1 DEFS:Graphics.def `DBufPacketPtr '
GelsInfoPtr 1 DEFS:Graphics.def `GelsInfoPtr '
IsrvstrPtr 1 DEFS:Graphics.def `IsrvstrPtr '
LayerPtr 1 DEFS:Graphics.def `LayerPtr '
LayerInfoPtr 1 DEFS:Graphics.def `LayerInfoPtr '
RasInfoPtr 1 DEFS:Graphics.def `RasInfoPtr '
RastPortPtr 1 DEFS:Graphics.def `RastPortPtr '
RectanglePtr 1 DEFS:Graphics.def `RectanglePtr '
RegionPtr 1 DEFS:Graphics.def `RegionPtr '
RegionRectanglePtr 1 DEFS:Graphics.def `RegionRectanglePtr '
SimpleSpritePtr 1 DEFS:Graphics.def `SimpleSpritePtr '
TextAttrPtr 1 DEFS:Graphics.def `TextAttrPtr '
TextFontPtr 1 DEFS:Graphics.def `TextFontPtr '
TmpRasPtr 1 DEFS:Graphics.def `TmpRasPtr '
UCopListPtr 1 DEFS:Graphics.def `UCopListPtr '
ViewPtr 1 DEFS:Graphics.def `ViewPtr '
ViewPortPtr 1 DEFS:Graphics.def `ViewPortPtr '
VSpritePtr 1 DEFS:Graphics.def `VSpritePtr '
Rectangle 6 DEFS:Graphics.def `Rectangle '
Layer 27 DEFS:Graphics.def `Layer '
ClipRect 11 DEFS:Graphics.def `ClipRect '
CopIns 5 DEFS:Graphics.def `CopIns '
CopInsCLPtr 4 DEFS:Graphics.def `CopInsCLPtr '
Cprlist 5 DEFS:Graphics.def `Cprlist '
CopList 12 DEFS:Graphics.def `CopList '
UCopList 5 DEFS:Graphics.def `UCopList '
Copinit 5 DEFS:Graphics.def `Copinit '
VSprite 23 DEFS:Graphics.def `VSprite '
Bob 10 DEFS:Graphics.def `Bob '
AnimComp 14 DEFS:Graphics.def `AnimComp '
AnimOb 17 DEFS:Graphics.def `AnimOb '
DBufPacket 6 DEFS:Graphics.def `DBufPacket '
CollTable 3 DEFS:Graphics.def `CollTable '
BitMap 8 DEFS:Graphics.def `BitMap '
GfxBase 44 DEFS:Graphics.def `GfxBase '
GfxBasePtr 1 DEFS:Graphics.def `GfxBasePtr '
Isrvstr 7 DEFS:Graphics.def `Isrvstr '
LayerInfo 15 DEFS:Graphics.def `LayerInfo '
AreaInfo 10 DEFS:Graphics.def `AreaInfo '
TmpRas 4 DEFS:Graphics.def `TmpRas '
GelsInfo 15 DEFS:Graphics.def `GelsInfo '
Point 3 DEFS:Graphics.def `Point '
RastPort 34 DEFS:Graphics.def `RastPort '
RegionRectangle 5 DEFS:Graphics.def `RegionRectangle '
Region 4 DEFS:Graphics.def `Region '
SimpleSprite 7 DEFS:Graphics.def `SimpleSprite '
TextAttr 6 DEFS:Graphics.def `TextAttr '
TextFont 17 DEFS:Graphics.def `TextFont '
ColorMap 6 DEFS:Graphics.def `ColorMap '
ViewPort 16 DEFS:Graphics.def `ViewPort '
View 8 DEFS:Graphics.def `View '
RasInfo 6 DEFS:Graphics.def `RasInfo '
PROC 1 DEFS:Graphics.def `PROC '
gfx 1 DEFS:Graphics.def `gfx '
AddAnimOb 1 DEFS:Graphics.def `PROCEDURE AddAnimOb'
AddBob 1 DEFS:Graphics.def `PROCEDURE AddBob'
AddFont 1 DEFS:Graphics.def `PROCEDURE AddFont'
AddVSprite 1 DEFS:Graphics.def `PROCEDURE AddVSprite'
AllocRaster 1 DEFS:Graphics.def `PROCEDURE AllocRaster'
AndRectRegion 1 DEFS:Graphics.def `PROCEDURE AndRectRegion'
AndRegionRegion 1 DEFS:Graphics.def `PROCEDURE AndRegionRegion'
Animate 1 DEFS:Graphics.def `PROCEDURE Animate'
AreaDraw 1 DEFS:Graphics.def `PROCEDURE AreaDraw'
AreaEllipse 1 DEFS:Graphics.def `PROCEDURE AreaEllipse'
AreaEnd 1 DEFS:Graphics.def `PROCEDURE AreaEnd'
AreaMove 1 DEFS:Graphics.def `PROCEDURE AreaMove'
AskFont 1 DEFS:Graphics.def `PROCEDURE AskFont'
AskSoftStyle 1 DEFS:Graphics.def `PROCEDURE AskSoftStyle'
AttemptLockLayerRom 1 DEFS:Graphics.def `PROCEDURE AttemptLockLayerRom'
BltBitMap 1 DEFS:Graphics.def `PROCEDURE BltBitMap'
BltBitMapRastPort 1 DEFS:Graphics.def `PROCEDURE BltBitMapRastPort'
BltClear 1 DEFS:Graphics.def `PROCEDURE BltClear'
BltMaskBitMapRastPort 1 DEFS:Graphics.def `PROCEDURE BltMaskBitMapRastPort'
BltPattern 1 DEFS:Graphics.def `PROCEDURE BltPattern'
BltTemplate 1 DEFS:Graphics.def `PROCEDURE BltTemplate'
CBump 1 DEFS:Graphics.def `PROCEDURE CBump'
ChangeSprite 1 DEFS:Graphics.def `PROCEDURE ChangeSprite'
ClearEOL 1 DEFS:Graphics.def `PROCEDURE ClearEOL'
ClearRectRegion 1 DEFS:Graphics.def `PROCEDURE ClearRectRegion'
ClearRegion 1 DEFS:Graphics.def `PROCEDURE ClearRegion'
ClearScreen 1 DEFS:Graphics.def `PROCEDURE ClearScreen'
ClipBlit 1 DEFS:Graphics.def `PROCEDURE ClipBlit'
CloseFont 1 DEFS:Graphics.def `PROCEDURE CloseFont'
CMove 1 DEFS:Graphics.def `PROCEDURE CMove'
CopySBitMap 1 DEFS:Graphics.def `PROCEDURE CopySBitMap'
CWait 1 DEFS:Graphics.def `PROCEDURE CWait'
DisownBlitter 1 DEFS:Graphics.def `PROCEDURE DisownBlitter'
DisposeRegion 1 DEFS:Graphics.def `PROCEDURE DisposeRegion'
DoCollision 1 DEFS:Graphics.def `PROCEDURE DoCollision'
Draw 1 DEFS:Graphics.def `PROCEDURE Draw'
DrawEllipse 1 DEFS:Graphics.def `PROCEDURE DrawEllipse'
DrawGList 1 DEFS:Graphics.def `PROCEDURE DrawGList'
Flood 1 DEFS:Graphics.def `PROCEDURE Flood'
FreeColorMap 1 DEFS:Graphics.def `PROCEDURE FreeColorMap'
FreeCopList 1 DEFS:Graphics.def `PROCEDURE FreeCopList'
FreeCprList 1 DEFS:Graphics.def `PROCEDURE FreeCprList'
FreeGBuffers 1 DEFS:Graphics.def `PROCEDURE FreeGBuffers'
FreeRaster 1 DEFS:Graphics.def `PROCEDURE FreeRaster'
FreeSprite 1 DEFS:Graphics.def `PROCEDURE FreeSprite'
FreeVPortCopLists 1 DEFS:Graphics.def `PROCEDURE FreeVPortCopLists'
GetColorMap 1 DEFS:Graphics.def `PROCEDURE GetColorMap'
GetGBuffers 1 DEFS:Graphics.def `PROCEDURE GetGBuffers'
GetRGB4 1 DEFS:Graphics.def `PROCEDURE GetRGB4'
GetSprite 1 DEFS:Graphics.def `PROCEDURE GetSprite'
GraphicsReserved1 1 DEFS:Graphics.def `PROCEDURE GraphicsReserved1'
GraphicsReserved2 1 DEFS:Graphics.def `PROCEDURE GraphicsReserved2'
InitArea 1 DEFS:Graphics.def `PROCEDURE InitArea'
InitBitMap 1 DEFS:Graphics.def `PROCEDURE InitBitMap'
InitGels 1 DEFS:Graphics.def `PROCEDURE InitGels'
InitGMasks 1 DEFS:Graphics.def `PROCEDURE InitGMasks'
InitMasks 1 DEFS:Graphics.def `PROCEDURE InitMasks'
InitRastPort 1 DEFS:Graphics.def `PROCEDURE InitRastPort'
InitTmpRas 1 DEFS:Graphics.def `PROCEDURE InitTmpRas'
InitView 1 DEFS:Graphics.def `PROCEDURE InitView'
InitVPort 1 DEFS:Graphics.def `PROCEDURE InitVPort'
LoadRGB4 1 DEFS:Graphics.def `PROCEDURE LoadRGB4'
LoadView 1 DEFS:Graphics.def `PROCEDURE LoadView'
LockLayerRom 1 DEFS:Graphics.def `PROCEDURE LockLayerRom'
MakeVPort 1 DEFS:Graphics.def `PROCEDURE MakeVPort'
Move 1 DEFS:Graphics.def `PROCEDURE Move'
MoveSprite 1 DEFS:Graphics.def `PROCEDURE MoveSprite'
MrgCop 1 DEFS:Graphics.def `PROCEDURE MrgCop'
NewRegion 1 DEFS:Graphics.def `PROCEDURE NewRegion'
OpenFont 1 DEFS:Graphics.def `PROCEDURE OpenFont'
OrRectRegion 1 DEFS:Graphics.def `PROCEDURE OrRectRegion'
OrRegionRegion 1 DEFS:Graphics.def `PROCEDURE OrRegionRegion'
OwnBlitter 1 DEFS:Graphics.def `PROCEDURE OwnBlitter'
PolyDraw 1 DEFS:Graphics.def `PROCEDURE PolyDraw'
QBlit 1 DEFS:Graphics.def `PROCEDURE QBlit'
QBSBlit 1 DEFS:Graphics.def `PROCEDURE QBSBlit'
ReadPixel 1 DEFS:Graphics.def `PROCEDURE ReadPixel'
RectFill 1 DEFS:Graphics.def `PROCEDURE RectFill'
RemFont 1 DEFS:Graphics.def `PROCEDURE RemFont'
RemIBob 1 DEFS:Graphics.def `PROCEDURE RemIBob'
RemVSprite 1 DEFS:Graphics.def `PROCEDURE RemVSprite'
ScrollRaster 1 DEFS:Graphics.def `PROCEDURE ScrollRaster'
ScrollVPort 1 DEFS:Graphics.def `PROCEDURE ScrollVPort'
SetAPen 1 DEFS:Graphics.def `PROCEDURE SetAPen'
SetBPen 1 DEFS:Graphics.def `PROCEDURE SetBPen'
SetCollision 1 DEFS:Graphics.def `PROCEDURE SetCollision'
SetDrMd 1 DEFS:Graphics.def `PROCEDURE SetDrMd'
SetFont 1 DEFS:Graphics.def `PROCEDURE SetFont'
SetRast 1 DEFS:Graphics.def `PROCEDURE SetRast'
SetRGB4 1 DEFS:Graphics.def `PROCEDURE SetRGB4'
SetRGB4CM 1 DEFS:Graphics.def `PROCEDURE SetRGB4CM'
SetSoftStyle 1 DEFS:Graphics.def `PROCEDURE SetSoftStyle'
SortGList 1 DEFS:Graphics.def `PROCEDURE SortGList'
SyncSBitMap 1 DEFS:Graphics.def `PROCEDURE SyncSBitMap'
Text 1 DEFS:Graphics.def `PROCEDURE Text'
TextLength 1 DEFS:Graphics.def `PROCEDURE TextLength'
UCopperListInit 1 DEFS:Graphics.def `PROCEDURE UCopperListInit'
UnlockLayerRom 1 DEFS:Graphics.def `PROCEDURE UnlockLayerRom'
VBeamPos 1 DEFS:Graphics.def `PROCEDURE VBeamPos'
WaitBlit 1 DEFS:Graphics.def `PROCEDURE WaitBlit'
WaitBOVP 1 DEFS:Graphics.def `PROCEDURE WaitBOVP'
WaitTOF 1 DEFS:Graphics.def `PROCEDURE WaitTOF'
WritePixel 1 DEFS:Graphics.def `PROCEDURE WritePixel'
XorRectRegion 1 DEFS:Graphics.def `PROCEDURE XorRectRegion'
XorRegionRegion 1 DEFS:Graphics.def `PROCEDURE XorRegionRegion'
OnDisplay 1 DEFS:Graphics.def `PROCEDURE OnDisplay'
OffDisplay 1 DEFS:Graphics.def `PROCEDURE OffDisplay'
OnSprite 1 DEFS:Graphics.def `PROCEDURE OnSprite'
OffSprite 1 DEFS:Graphics.def `PROCEDURE OffSprite'
OnVBlank 1 DEFS:Graphics.def `PROCEDURE OnVBlank'
OffVBlank 1 DEFS:Graphics.def `PROCEDURE OffVBlank'
SetOPen 1 DEFS:Graphics.def `PROCEDURE SetOPen'
SetDrPt 1 DEFS:Graphics.def `PROCEDURE SetDrPt'
SetWrMsk 1 DEFS:Graphics.def `PROCEDURE SetWrMsk'
SetAfPt 1 DEFS:Graphics.def `PROCEDURE SetAfPt'
BndryOff 1 DEFS:Graphics.def `PROCEDURE BndryOff'
CINIT 1 DEFS:Graphics.def `PROCEDURE CINIT'
CMOVE 1 DEFS:Graphics.def `PROCEDURE CMOVE'
CWAIT 1 DEFS:Graphics.def `PROCEDURE CWAIT'
CEND 1 DEFS:Graphics.def `PROCEDURE CEND'
# SecureDos.def
SecureDos 9999 DEFS:SecureDos.def (DEFINITION)
Me 1 DEFS:SecureDos.def `Me '
oldCurrentDir 1 DEFS:SecureDos.def `oldCurrentDir '
Open 1 DEFS:SecureDos.def `PROCEDURE Open'
Close 1 DEFS:SecureDos.def `PROCEDURE Close'
Lock 1 DEFS:SecureDos.def `PROCEDURE Lock'
ParentDir 1 DEFS:SecureDos.def `PROCEDURE ParentDir'
DupLock 1 DEFS:SecureDos.def `PROCEDURE DupLock'
UnLock 1 DEFS:SecureDos.def `PROCEDURE UnLock'
# Printer.def
Printer 9999 DEFS:Printer.def (DEFINITION)
IOPrtCmdReq 13 DEFS:Printer.def `IOPrtCmdReq '
IOPrtCmdReqPtr 1 DEFS:Printer.def `IOPrtCmdReqPtr '
IODRPReq 19 DEFS:Printer.def `IODRPReq '
IODRPReqPtr 1 DEFS:Printer.def `IODRPReqPtr '
IOPrinter 1 DEFS:Printer.def `IOPrinter '
IOPrinterPtr 1 DEFS:Printer.def `IOPrinterPtr '
# Requests.def
Requests 9999 DEFS:Requests.def (DEFINITION)
RequestWin 1 DEFS:Requests.def `PROCEDURE RequestWin'
Request 1 DEFS:Requests.def `PROCEDURE Request'
Assert 1 DEFS:Requests.def `PROCEDURE Assert'
BreakPoint 1 DEFS:Requests.def `PROCEDURE BreakPoint'
# SCSI.def
SCSI 9999 DEFS:SCSI.def (DEFINITION)
SCSICmd 10 DEFS:SCSI.def `SCSICmd '
SCSICmdPtr 1 DEFS:SCSI.def `SCSICmdPtr '
# KeyMap.def
KeyMap 9999 DEFS:KeyMap.def (DEFINITION)
BitTable 1 DEFS:KeyMap.def `BitTable '
BitTablePtr 1 DEFS:KeyMap.def `BitTablePtr '
KeyInfo 1 DEFS:KeyMap.def `KeyInfo '
KeyInfoAdr 1 DEFS:KeyMap.def `KeyInfoAdr '
Types 1 DEFS:KeyMap.def `Types '
TypesPtr 1 DEFS:KeyMap.def `TypesPtr '
Info 1 DEFS:KeyMap.def `Info '
InfoPtr 1 DEFS:KeyMap.def `InfoPtr '
KeyMap 10 DEFS:KeyMap.def `KeyMap '
KeyMapPtr 1 DEFS:KeyMap.def `KeyMapPtr '
KeyMapNode 4 DEFS:KeyMap.def `KeyMapNode '
KeyMapResource 4 DEFS:KeyMap.def `KeyMapResource '
# Layers.def
Layers 9999 DEFS:Layers.def (DEFINITION)
base 1 DEFS:Layers.def `base '
BeginUpdate 1 DEFS:Layers.def `PROCEDURE BeginUpdate'
BehindLayer 1 DEFS:Layers.def `PROCEDURE BehindLayer'
CreateBehindLayer 1 DEFS:Layers.def `PROCEDURE CreateBehindLayer'
CreateUpfrontLayer 1 DEFS:Layers.def `PROCEDURE CreateUpfrontLayer'
DeleteLayer 1 DEFS:Layers.def `PROCEDURE DeleteLayer'
DisposeLayerInfo 1 DEFS:Layers.def `PROCEDURE DisposeLayerInfo'
EndUpdate 1 DEFS:Layers.def `PROCEDURE EndUpdate'
FattenLayerInfo 1 DEFS:Layers.def `PROCEDURE FattenLayerInfo'
InitLayers 1 DEFS:Layers.def `PROCEDURE InitLayers'
InstallClipRegion 1 DEFS:Layers.def `PROCEDURE InstallClipRegion'
LockLayer 1 DEFS:Layers.def `PROCEDURE LockLayer'
LockLayerInfo 1 DEFS:Layers.def `PROCEDURE LockLayerInfo'
LockLayers 1 DEFS:Layers.def `PROCEDURE LockLayers'
MoveLayer 1 DEFS:Layers.def `PROCEDURE MoveLayer'
MoveLayerInFrontOf 1 DEFS:Layers.def `PROCEDURE MoveLayerInFrontOf'
NewLayerInfo 1 DEFS:Layers.def `PROCEDURE NewLayerInfo'
ScrollLayer 1 DEFS:Layers.def `PROCEDURE ScrollLayer'
SizeLayer 1 DEFS:Layers.def `PROCEDURE SizeLayer'
SwapBitsRastPortClipRect 1 DEFS:Layers.def `PROCEDURE SwapBitsRastPortClipRect'
ThinLayerInfo 1 DEFS:Layers.def `PROCEDURE ThinLayerInfo'
UnlockLayer 1 DEFS:Layers.def `PROCEDURE UnlockLayer'
UnlockLayerInfo 1 DEFS:Layers.def `PROCEDURE UnlockLayerInfo'
UnlockLayers 1 DEFS:Layers.def `PROCEDURE UnlockLayers'
UpfrontLayer 1 DEFS:Layers.def `PROCEDURE UpfrontLayer'
WhichLayer 1 DEFS:Layers.def `PROCEDURE WhichLayer'
# MathTrans.def
MathTrans 9999 DEFS:MathTrans.def (DEFINITION)
base 1 DEFS:MathTrans.def `base '
Acos 1 DEFS:MathTrans.def `PROCEDURE Acos'
Asin 1 DEFS:MathTrans.def `PROCEDURE Asin'
Atan 1 DEFS:MathTrans.def `PROCEDURE Atan'
Cos 1 DEFS:MathTrans.def `PROCEDURE Cos'
Cosh 1 DEFS:MathTrans.def `PROCEDURE Cosh'
Exp 1 DEFS:MathTrans.def `PROCEDURE Exp'
Fieee 1 DEFS:MathTrans.def `PROCEDURE Fieee'
Log 1 DEFS:MathTrans.def `PROCEDURE Log'
Log10 1 DEFS:MathTrans.def `PROCEDURE Log10'
Pow 1 DEFS:MathTrans.def `PROCEDURE Pow'
Sin 1 DEFS:MathTrans.def `PROCEDURE Sin'
Sincos 1 DEFS:MathTrans.def `PROCEDURE Sincos'
Sinh 1 DEFS:MathTrans.def `PROCEDURE Sinh'
Sqrt 1 DEFS:MathTrans.def `PROCEDURE Sqrt'
Tan 1 DEFS:MathTrans.def `PROCEDURE Tan'
Tanh 1 DEFS:MathTrans.def `PROCEDURE Tanh'
Tieee 1 DEFS:MathTrans.def `PROCEDURE Tieee'
# Audio.def
Audio 9999 DEFS:Audio.def (DEFINITION)
IOAudio 10 DEFS:Audio.def `IOAudio '
IOAudioPtr 1 DEFS:Audio.def `IOAudioPtr '
# InputEvent.def
InputEvent 9999 DEFS:InputEvent.def (DEFINITION)
InputEventPtr 1 DEFS:InputEvent.def `InputEventPtr '
InputEvent 9 DEFS:InputEvent.def `InputEvent '
InputEventAdr 9 DEFS:InputEvent.def `InputEventAdr '
# ASCII.def
ASCII 9999 DEFS:ASCII.def (DEFINITION)
# Random.def
RND 9999 DEFS:RND.def (DEFINITION)
RND 1 DEFS:Random.def `PROCEDURE RND'
PutSeed 1 DEFS:Random.def `PROCEDURE PutSeed'
# RealConversions.def
RealConversions 9999 DEFS:RealConversions.def (DEFINITION)
StringToReal 1 DEFS:RealConversions.def `PROCEDURE StringToReal'
RealToString 1 DEFS:RealConversions.def `PROCEDURE RealToString'
# Resources.def
Resources 9999 DEFS:Resources.def (DEFINITION)
CiaResourcePtr 1 DEFS:Resources.def `CiaResourcePtr '
cia 1 DEFS:Resources.def `cia '
DiscResourceUnit 6 DEFS:Resources.def `DiscResourceUnit '
DiscResourceUnitPtr 1 DEFS:Resources.def `DiscResourceUnitPtr '
DiscResource 13 DEFS:Resources.def `DiscResource '
DiscResourcePtr 1 DEFS:Resources.def `DiscResourcePtr '
disk 1 DEFS:Resources.def `disk '
FileSysResource 5 DEFS:Resources.def `FileSysResource '
FileSysEntry 15 DEFS:Resources.def `FileSysEntry '
PROC 1 DEFS:Resources.def `PROC '
MathIEEEResource 11 DEFS:Resources.def `MathIEEEResource '
MathIEEEResourcePtr 1 DEFS:Resources.def `MathIEEEResourcePtr '
MiscResource 4 DEFS:Resources.def `MiscResource '
MiscResourcePtr 1 DEFS:Resources.def `MiscResourcePtr '
misc 1 DEFS:Resources.def `misc '
potgo 1 DEFS:Resources.def `potgo '
AbleICR 1 DEFS:Resources.def `PROCEDURE AbleICR'
AddICRVector 1 DEFS:Resources.def `PROCEDURE AddICRVector'
RemICRVector 1 DEFS:Resources.def `PROCEDURE RemICRVector'
SetICR 1 DEFS:Resources.def `PROCEDURE SetICR'
AllocUnit 1 DEFS:Resources.def `PROCEDURE AllocUnit'
FreeUnit 1 DEFS:Resources.def `PROCEDURE FreeUnit'
GetUnit 1 DEFS:Resources.def `PROCEDURE GetUnit'
GetUnitID 1 DEFS:Resources.def `PROCEDURE GetUnitID'
GiveUnit 1 DEFS:Resources.def `PROCEDURE GiveUnit'
AllocMiscResource 1 DEFS:Resources.def `PROCEDURE AllocMiscResource'
FreeMiscResource 1 DEFS:Resources.def `PROCEDURE FreeMiscResource'
AllocPotBits 1 DEFS:Resources.def `PROCEDURE AllocPotBits'
FreePotBits 1 DEFS:Resources.def `PROCEDURE FreePotBits'
WritePotgo 1 DEFS:Resources.def `PROCEDURE WritePotgo'
# Keyboard.def
Keyboard 9999 DEFS:Keyboard.def (DEFINITION)
# Expansion.def
Expansion 9999 DEFS:Expansion.def (DEFINITION)
ExpansionRom 13 DEFS:Expansion.def `ExpansionRom '
ExpansionControl 18 DEFS:Expansion.def `ExpansionControl '
DiagArea 10 DEFS:Expansion.def `DiagArea '
ConfigDevPtr 1 DEFS:Expansion.def `ConfigDevPtr '
ConfigDev 13 DEFS:Expansion.def `ConfigDev '
CurrentBinding 6 DEFS:Expansion.def `CurrentBinding '
CurrentBindingPtr 1 DEFS:Expansion.def `CurrentBindingPtr '
base 1 DEFS:Expansion.def `base '
AddConfigDev 1 DEFS:Expansion.def `PROCEDURE AddConfigDev'
AddDosNode 1 DEFS:Expansion.def `PROCEDURE AddDosNode'
AllocBoardMem 1 DEFS:Expansion.def `PROCEDURE AllocBoardMem'
AllocConfigDev 1 DEFS:Expansion.def `PROCEDURE AllocConfigDev'
AllocExpansionMem 1 DEFS:Expansion.def `PROCEDURE AllocExpansionMem'
ConfigBoard 1 DEFS:Expansion.def `PROCEDURE ConfigBoard'
ConfigChain 1 DEFS:Expansion.def `PROCEDURE ConfigChain'
expansionUnused 1 DEFS:Expansion.def `PROCEDURE expansionUnused'
FindConfigDev 1 DEFS:Expansion.def `PROCEDURE FindConfigDev'
FreeBoardMem 1 DEFS:Expansion.def `PROCEDURE FreeBoardMem'
FreeConfigDev 1 DEFS:Expansion.def `PROCEDURE FreeConfigDev'
FreeExpansionMem 1 DEFS:Expansion.def `PROCEDURE FreeExpansionMem'
GetCurrentBinding 1 DEFS:Expansion.def `PROCEDURE GetCurrentBinding'
MakeDosNode 1 DEFS:Expansion.def `PROCEDURE MakeDosNode'
ObtainConfigBinding 1 DEFS:Expansion.def `PROCEDURE ObtainConfigBinding'
ReadExpansionByte 1 DEFS:Expansion.def `PROCEDURE ReadExpansionByte'
ReadExpansionRom 1 DEFS:Expansion.def `PROCEDURE ReadExpansionRom'
ReleaseConfigBinding 1 DEFS:Expansion.def `PROCEDURE ReleaseConfigBinding'
RemConfigDev 1 DEFS:Expansion.def `PROCEDURE RemConfigDev'
SetCurrentBinding 1 DEFS:Expansion.def `PROCEDURE SetCurrentBinding'
WriteExpansionByte 1 DEFS:Expansion.def `PROCEDURE WriteExpansionByte'
# ConUnit.def
ConUnit 9999 DEFS:ConUnit.def (DEFINITION)
ConUnit 37 DEFS:ConUnit.def `ConUnit '
ConUnitPtr 1 DEFS:ConUnit.def `ConUnitPtr '
# GamePort.def
GamePort 9999 DEFS:GamePort.def (DEFINITION)
GamePortTrigger 6 DEFS:GamePort.def `GamePortTrigger '
# LongRealConversions.def
LongRealConversions 9999 DEFS:LongRealConversions.def (DEFINITION)
StringToReal 1 DEFS:LongRealConversions.def `PROCEDURE StringToReal'
RealToString 1 DEFS:LongRealConversions.def `PROCEDURE RealToString'
# Parallel.def
Parallel 9999 DEFS:Parallel.def (DEFINITION)
IOPArray 4 DEFS:Parallel.def `IOPArray '
IOExtPar 7 DEFS:Parallel.def `IOExtPar '
IOExtParPtr 1 DEFS:Parallel.def `IOExtParPtr '
IOParallel 1 DEFS:Parallel.def `IOParallel '
IOParallelPtr 1 DEFS:Parallel.def `IOParallelPtr '
# Break.def
Break 9999 DEFS:Break.def (DEFINITION)
CtrlCOff 1 DEFS:Break.def `PROCEDURE CtrlCOff'
CtrlCOn 1 DEFS:Break.def `PROCEDURE CtrlCOn'
# Mouse.def
Mouse 9999 DEFS:Mouse.def (DEFINITION)
leftButton 1 DEFS:Mouse.def `leftButton '
rightButton 1 DEFS:Mouse.def `rightButton '
midButton 1 DEFS:Mouse.def `midButton '
WaitLMB 1 DEFS:Mouse.def `PROCEDURE WaitLMB'
WaitRMB 1 DEFS:Mouse.def `PROCEDURE WaitRMB'
# DiskFont.def
DiskFont 9999 DEFS:DiskFont.def (DEFINITION)
FontContents 6 DEFS:DiskFont.def `FontContents '
FontContentsHeader 4 DEFS:DiskFont.def `FontContentsHeader '
FontContentsHeaderPtr 1 DEFS:DiskFont.def `FontContentsHeaderPtr '
DiskFontHeader 8 DEFS:DiskFont.def `DiskFontHeader '
AvailFont 4 DEFS:DiskFont.def `AvailFont '
AvailFontHeader 3 DEFS:DiskFont.def `AvailFontHeader '
AvailFontHeaderPtr 1 DEFS:DiskFont.def `AvailFontHeaderPtr '
base 1 DEFS:DiskFont.def `base '
AvailFonts 1 DEFS:DiskFont.def `PROCEDURE AvailFonts'
OpenDiskFont 1 DEFS:DiskFont.def `PROCEDURE OpenDiskFont'
# Conversions.def
Conversions 9999 DEFS:Conversions.def (DEFINITION)
StringToInt 1 DEFS:Conversions.def `PROCEDURE StringToInt'
IntToString 1 DEFS:Conversions.def `PROCEDURE IntToString'
IntToHex 1 DEFS:Conversions.def `PROCEDURE IntToHex'
StrToInt 1 DEFS:Conversions.def `PROCEDURE StrToInt'
IntToStr 1 DEFS:Conversions.def `PROCEDURE IntToStr'
# Timer.def
Timer 9999 DEFS:Timer.def (DEFINITION)
TimeVal 4 DEFS:Timer.def `TimeVal '
TimeValPtr 1 DEFS:Timer.def `TimeValPtr '
TimeRequest 4 DEFS:Timer.def `TimeRequest '
TimeRequestPtr 1 DEFS:Timer.def `TimeRequestPtr '
IOTimer 1 DEFS:Timer.def `IOTimer '
IOTimerPtr 1 DEFS:Timer.def `IOTimerPtr '
timer 1 DEFS:Timer.def `timer '
AddTime 1 DEFS:Timer.def `PROCEDURE AddTime'
CmpTime 1 DEFS:Timer.def `PROCEDURE CmpTime'
SubTime 1 DEFS:Timer.def `PROCEDURE SubTime'
# Workbench.def
Workbench 9999 DEFS:Workbench.def (DEFINITION)
DiskObjectPtr 1 DEFS:Workbench.def `DiskObjectPtr '
DrawerDataPtr 1 DEFS:Workbench.def `DrawerDataPtr '
FreeListPtr 1 DEFS:Workbench.def `FreeListPtr '
WBArgPtr 1 DEFS:Workbench.def `WBArgPtr '
WBStartupPtr 1 DEFS:Workbench.def `WBStartupPtr '
WBArg 4 DEFS:Workbench.def `WBArg '
WBArgumentsPtr 1 DEFS:Workbench.def `WBArgumentsPtr '
WBStartup 8 DEFS:Workbench.def `WBStartup '
FreeList 4 DEFS:Workbench.def `FreeList '
DiskObject 13 DEFS:Workbench.def `DiskObject '
DrawerData 5 DEFS:Workbench.def `DrawerData '
# RealInOut.def
RealInOut 9999 DEFS:RealInOut.def (DEFINITION)
WriteReal 1 DEFS:RealInOut.def `PROCEDURE WriteReal'
ReadReal 1 DEFS:RealInOut.def `PROCEDURE ReadReal'
# Narrator.def
Narrator 9999 DEFS:Narrator.def (DEFINITION)
Narrator 15 DEFS:Narrator.def `Narrator '
NarratorPtr 1 DEFS:Narrator.def `NarratorPtr '
IONarrator 1 DEFS:Narrator.def `IONarrator '
IONarratorPtr 1 DEFS:Narrator.def `IONarratorPtr '
Mouth 7 DEFS:Narrator.def `Mouth '
MouthPtr 1 DEFS:Narrator.def `MouthPtr '
# FileSystem.def
FileSystem 9999 DEFS:FileSystem.def (DEFINITION)
FilePtr 1 DEFS:FileSystem.def `FilePtr '
File 6 DEFS:FileSystem.def `File '
Open 1 DEFS:FileSystem.def `PROCEDURE Open'
Close 1 DEFS:FileSystem.def `PROCEDURE Close'
Read 1 DEFS:FileSystem.def `PROCEDURE Read'
ReadChar 1 DEFS:FileSystem.def `PROCEDURE ReadChar'
ReadString 1 DEFS:FileSystem.def `PROCEDURE ReadString'
ReadBlock 1 DEFS:FileSystem.def `PROCEDURE ReadBlock'
Write 1 DEFS:FileSystem.def `PROCEDURE Write'
WriteChar 1 DEFS:FileSystem.def `PROCEDURE WriteChar'
WriteString 1 DEFS:FileSystem.def `PROCEDURE WriteString'
WriteBlock 1 DEFS:FileSystem.def `PROCEDURE WriteBlock'
Size 1 DEFS:FileSystem.def `PROCEDURE Size'
Position 1 DEFS:FileSystem.def `PROCEDURE Position'
Move 1 DEFS:FileSystem.def `PROCEDURE Move'
Forward 1 DEFS:FileSystem.def `PROCEDURE Forward'
Backward 1 DEFS:FileSystem.def `PROCEDURE Backward'
Delete 1 DEFS:FileSystem.def `PROCEDURE Delete'
Exists 1 DEFS:FileSystem.def `PROCEDURE Exists'
# Translator.def
Translator 9999 DEFS:Translator.def (DEFINITION)
base 1 DEFS:Translator.def `base '
Translate 1 DEFS:Translator.def `PROCEDURE Translate'
# BootBlock.def
BootBlock 9999 DEFS:BootBlock.def (DEFINITION)
BootBlock 4 DEFS:BootBlock.def `BootBlock '
# BreakRq.def
BreakRq 9999 DEFS:BreakRq.def (DEFINITION)
CtrlCOff 1 DEFS:BreakRq.def `PROCEDURE CtrlCOff'
CtrlCOn 1 DEFS:BreakRq.def `PROCEDURE CtrlCOn'
# FileReq.def
FileReq 9999 DEFS:FileReq.def (DEFINITION)
FileReqWin 1 DEFS:FileReq.def `PROCEDURE FileReqWin'
FileReq 1 DEFS:FileReq.def `PROCEDURE FileReq'
# ClipBoard.def
ClipBoard 9999 DEFS:ClipBoard.def (DEFINITION)
ClipboardUnitPartial 4 DEFS:ClipBoard.def `ClipboardUnitPartial '
ClipboardUnitPartialPtr 1 DEFS:ClipBoard.def `ClipboardUnitPartialPtr '
IOClipboard 13 DEFS:ClipBoard.def `IOClipboard '
IOClipboardPtr 1 DEFS:ClipBoard.def `IOClipboardPtr '
SatisfyMsg 5 DEFS:ClipBoard.def `SatisfyMsg '
SatisfyMsgPtr 1 DEFS:ClipBoard.def `SatisfyMsgPtr '
# Display.def
Display 9999 DEFS:Display.def (DEFINITION)
DispEl 18 DEFS:Display.def `DispEl '
Screen 5 DEFS:Display.def `Screen '
Window 3 DEFS:Display.def `Window '
DispElPtr 1 DEFS:Display.def `DispElPtr '
ScreenPtr 1 DEFS:Display.def `ScreenPtr '
WindowPtr 1 DEFS:Display.def `WindowPtr '
OpenScreen 1 DEFS:Display.def `PROCEDURE OpenScreen'
OpenWindow 1 DEFS:Display.def `PROCEDURE OpenWindow'
Close 1 DEFS:Display.def `PROCEDURE Close'
Init 1 DEFS:Display.def `PROCEDURE Init'
SetColors 1 DEFS:Display.def `PROCEDURE SetColors'
SetCol 1 DEFS:Display.def `PROCEDURE SetCol'
NumToRGB 1 DEFS:Display.def `PROCEDURE NumToRGB'
RGBToNum 1 DEFS:Display.def `PROCEDURE RGBToNum'
FrontPen 1 DEFS:Display.def `PROCEDURE FrontPen'
BackPen 1 DEFS:Display.def `PROCEDURE BackPen'
Jam1 1 DEFS:Display.def `PROCEDURE Jam1'
Jam2 1 DEFS:Display.def `PROCEDURE Jam2'
Complement 1 DEFS:Display.def `PROCEDURE Complement'
LinePattern 1 DEFS:Display.def `PROCEDURE LinePattern'
Clear 1 DEFS:Display.def `PROCEDURE Clear'
Line 1 DEFS:Display.def `PROCEDURE Line'
Dot 1 DEFS:Display.def `PROCEDURE Dot'
Rect 1 DEFS:Display.def `PROCEDURE Rect'
Box 1 DEFS:Display.def `PROCEDURE Box'
Move 1 DEFS:Display.def `PROCEDURE Move'
Draw 1 DEFS:Display.def `PROCEDURE Draw'
Text 1 DEFS:Display.def `PROCEDURE Text'
Circle 1 DEFS:Display.def `PROCEDURE Circle'
Ellipse 1 DEFS:Display.def `PROCEDURE Ellipse'
Font 1 DEFS:Display.def `PROCEDURE Font'
SetTurtlePos 1 DEFS:Display.def `PROCEDURE SetTurtlePos'
GetTurtlePos 1 DEFS:Display.def `PROCEDURE GetTurtlePos'
SetTurtleDir 1 DEFS:Display.def `PROCEDURE SetTurtleDir'
GetTurtleDir 1 DEFS:Display.def `PROCEDURE GetTurtleDir'
SetPen 1 DEFS:Display.def `PROCEDURE SetPen'
LiftPen 1 DEFS:Display.def `PROCEDURE LiftPen'
Forward 1 DEFS:Display.def `PROCEDURE Forward'
TurnLeft 1 DEFS:Display.def `PROCEDURE TurnLeft'
TurnRight 1 DEFS:Display.def `PROCEDURE TurnRight'
SetCursor 1 DEFS:Display.def `PROCEDURE SetCursor'
CursorOn 1 DEFS:Display.def `PROCEDURE CursorOn'
CursorOff 1 DEFS:Display.def `PROCEDURE CursorOff'
Position 1 DEFS:Display.def `PROCEDURE Position'
Plain 1 DEFS:Display.def `PROCEDURE Plain'
UnderLinedOn 1 DEFS:Display.def `PROCEDURE UnderLinedOn'
UnderLinedOff 1 DEFS:Display.def `PROCEDURE UnderLinedOff'
BoldOn 1 DEFS:Display.def `PROCEDURE BoldOn'
BoldOff 1 DEFS:Display.def `PROCEDURE BoldOff'
ItalicOn 1 DEFS:Display.def `PROCEDURE ItalicOn'
ItalicOff 1 DEFS:Display.def `PROCEDURE ItalicOff'
Home 1 DEFS:Display.def `PROCEDURE Home'
ClrHome 1 DEFS:Display.def `PROCEDURE ClrHome'
ScrollUp 1 DEFS:Display.def `PROCEDURE ScrollUp'
ScrollDown 1 DEFS:Display.def `PROCEDURE ScrollDown'
InsertLine 1 DEFS:Display.def `PROCEDURE InsertLine'
DeleteLine 1 DEFS:Display.def `PROCEDURE DeleteLine'
WriteLn 1 DEFS:Display.def `PROCEDURE WriteLn'
Write 1 DEFS:Display.def `PROCEDURE Write'
# MathIEEEDoubBas.def
MathIEEEDoubBas 9999 DEFS:MathIEEEDoubBas.def (DEFINITION)
base 1 DEFS:MathIEEEDoubBas.def `base '
Fix 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Fix'
Flt 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Flt'
Cmp 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Cmp'
Tst 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Tst'
Abs 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Abs'
Neg 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Neg'
Add 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Add'
Sub 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Sub'
Mul 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Mul'
Div 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Div'
Floor 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Floor'
Ceil 1 DEFS:MathIEEEDoubBas.def `PROCEDURE Ceil'
# ARP.def
ARP 9999 DEFS:ARP.def (DEFINITION)
ArpBasePtr 1 DEFS:ARP.def `ArpBasePtr '
EnvBasePtr 1 DEFS:ARP.def `EnvBasePtr '
FileRequesterPtr 1 DEFS:ARP.def `FileRequesterPtr '
AChainPtr 1 DEFS:ARP.def `AChainPtr '
DirectoryEntryPtr 1 DEFS:ARP.def `DirectoryEntryPtr '
TrackedResourcePtr 1 DEFS:ARP.def `TrackedResourcePtr '
DefaultTrackerPtr 1 DEFS:ARP.def `DefaultTrackerPtr '
ResListPtr 1 DEFS:ARP.def `ResListPtr '
ZombieMsgPtr 1 DEFS:ARP.def `ZombieMsgPtr '
ResidentProgramNodePtr 1 DEFS:ARP.def `ResidentProgramNodePtr '
ProcessControlBlockPtr 1 DEFS:ARP.def `ProcessControlBlockPtr '
AnchorPathPtr 1 DEFS:ARP.def `AnchorPathPtr '
ArpBase 15 DEFS:ARP.def `ArpBase '
EnvBase 6 DEFS:ARP.def `EnvBase '
FileRequester 11 DEFS:ARP.def `FileRequester '
AnchorPath 10 DEFS:ARP.def `AnchorPath '
AChain 8 DEFS:ARP.def `AChain '
DirectoryEntry 6 DEFS:ARP.def `DirectoryEntry '
TrackedResource 8 DEFS:ARP.def `TrackedResource '
DefaultTracker 4 DEFS:ARP.def `DefaultTracker '
ResList 6 DEFS:ARP.def `ResList '
ZombieMsg 8 DEFS:ARP.def `ZombieMsg '
ProcessControlBlock 12 DEFS:ARP.def `ProcessControlBlock '
NewShell 9 DEFS:ARP.def `NewShell '
ResidentProgramNode 8 DEFS:ARP.def `ResidentProgramNode '
ResidentProgramTag 7 DEFS:ARP.def `ResidentProgramTag '
ProcessMemory 8 DEFS:ARP.def `ProcessMemory '
DateTime 8 DEFS:ARP.def `DateTime '
arp 1 DEFS:ARP.def `arp '
PROC 1 DEFS:ARP.def `PROC '
Close 1 DEFS:ARP.def `PROCEDURE Close'
CreateDir 1 DEFS:ARP.def `PROCEDURE CreateDir'
CreateProc 1 DEFS:ARP.def `PROCEDURE CreateProc'
CurrentDir 1 DEFS:ARP.def `PROCEDURE CurrentDir'
DateStamp 1 DEFS:ARP.def `PROCEDURE DateStamp'
Delay 1 DEFS:ARP.def `PROCEDURE Delay'
DeleteFile 1 DEFS:ARP.def `PROCEDURE DeleteFile'
DeviceProc 1 DEFS:ARP.def `PROCEDURE DeviceProc'
DupLock 1 DEFS:ARP.def `PROCEDURE DupLock'
Examine 1 DEFS:ARP.def `PROCEDURE Examine'
Execute 1 DEFS:ARP.def `PROCEDURE Execute'
Exit 1 DEFS:ARP.def `PROCEDURE Exit'
ExNext 1 DEFS:ARP.def `PROCEDURE ExNext'
GetPacket 1 DEFS:ARP.def `PROCEDURE GetPacket'
Info 1 DEFS:ARP.def `PROCEDURE Info'
Input 1 DEFS:ARP.def `PROCEDURE Input'
IoErr 1 DEFS:ARP.def `PROCEDURE IoErr'
IsInteractive 1 DEFS:ARP.def `PROCEDURE IsInteractive'
LoadSeg 1 DEFS:ARP.def `PROCEDURE LoadSeg'
Lock 1 DEFS:ARP.def `PROCEDURE Lock'
Open 1 DEFS:ARP.def `PROCEDURE Open'
Output 1 DEFS:ARP.def `PROCEDURE Output'
ParentDir 1 DEFS:ARP.def `PROCEDURE ParentDir'
QueuePacket 1 DEFS:ARP.def `PROCEDURE QueuePacket'
Read 1 DEFS:ARP.def `PROCEDURE Read'
Rename 1 DEFS:ARP.def `PROCEDURE Rename'
Seek 1 DEFS:ARP.def `PROCEDURE Seek'
SetComment 1 DEFS:ARP.def `PROCEDURE SetComment'
SetProtection 1 DEFS:ARP.def `PROCEDURE SetProtection'
UnLoadSeg 1 DEFS:ARP.def `PROCEDURE UnLoadSeg'
UnLock 1 DEFS:ARP.def `PROCEDURE UnLock'
WaitForChar 1 DEFS:ARP.def `PROCEDURE WaitForChar'
Write 1 DEFS:ARP.def `PROCEDURE Write'
AddDADevs 1 DEFS:ARP.def `PROCEDURE AddDADevs'
AddDANode 1 DEFS:ARP.def `PROCEDURE AddDANode'
AddResidentPrg 1 DEFS:ARP.def `PROCEDURE AddResidentPrg'
ArpAlloc 1 DEFS:ARP.def `PROCEDURE ArpAlloc'
ArpAllocMem 1 DEFS:ARP.def `PROCEDURE ArpAllocMem'
ArpDupLock 1 DEFS:ARP.def `PROCEDURE ArpDupLock'
ArpExit 1 DEFS:ARP.def `PROCEDURE ArpExit'
ArpLock 1 DEFS:ARP.def `PROCEDURE ArpLock'
ArpOpen 1 DEFS:ARP.def `PROCEDURE ArpOpen'
Assign 1 DEFS:ARP.def `PROCEDURE Assign'
ASyncRun 1 DEFS:ARP.def `PROCEDURE ASyncRun'
Atol 1 DEFS:ARP.def `PROCEDURE Atol'
BaseName 1 DEFS:ARP.def `PROCEDURE BaseName'
BtoCStr 1 DEFS:ARP.def `PROCEDURE BtoCStr'
CheckAbort 1 DEFS:ARP.def `PROCEDURE CheckAbort'
CheckBreak 1 DEFS:ARP.def `PROCEDURE CheckBreak'
CheckSumPrg 1 DEFS:ARP.def `PROCEDURE CheckSumPrg'
CloseWindowSafely 1 DEFS:ARP.def `PROCEDURE CloseWindowSafely'
CompareLock 1 DEFS:ARP.def `PROCEDURE CompareLock'
CreatePort 1 DEFS:ARP.def `PROCEDURE CreatePort'
CreateTaskResList 1 DEFS:ARP.def `PROCEDURE CreateTaskResList'
CtoBStr 1 DEFS:ARP.def `PROCEDURE CtoBStr'
DeletePort 1 DEFS:ARP.def `PROCEDURE DeletePort'
DosAllocMem 1 DEFS:ARP.def `PROCEDURE DosAllocMem'
DosFreeMem 1 DEFS:ARP.def `PROCEDURE DosFreeMem'
EscapeString 1 DEFS:ARP.def `PROCEDURE EscapeString'
FileRequest 1 DEFS:ARP.def `PROCEDURE FileRequest'
FindCLI 1 DEFS:ARP.def `PROCEDURE FindCLI'
FindFirst 1 DEFS:ARP.def `PROCEDURE FindFirst'
FindNext 1 DEFS:ARP.def `PROCEDURE FindNext'
FindTaskResList 1 DEFS:ARP.def `PROCEDURE FindTaskResList'
FPrintf 1 DEFS:ARP.def `PROCEDURE FPrintf'
FreeAccess 1 DEFS:ARP.def `PROCEDURE FreeAccess'
FreeAnchorChain 1 DEFS:ARP.def `PROCEDURE FreeAnchorChain'
FreeDAList 1 DEFS:ARP.def `PROCEDURE FreeDAList'
FreeResList 1 DEFS:ARP.def `PROCEDURE FreeResList'
FreeTaskResList 1 DEFS:ARP.def `PROCEDURE FreeTaskResList'
FreeTrackeItem 1 DEFS:ARP.def `PROCEDURE FreeTrackeItem'
GADS 1 DEFS:ARP.def `PROCEDURE GADS'
GetAccess 1 DEFS:ARP.def `PROCEDURE GetAccess'
GetDevInfo 1 DEFS:ARP.def `PROCEDURE GetDevInfo'
GetEnv 1 DEFS:ARP.def `PROCEDURE GetEnv'
GetTracker 1 DEFS:ARP.def `PROCEDURE GetTracker'
InitStdPacket 1 DEFS:ARP.def `PROCEDURE InitStdPacket'
LDiv 1 DEFS:ARP.def `PROCEDURE LDiv'
LMod 1 DEFS:ARP.def `PROCEDURE LMod'
LMult 1 DEFS:ARP.def `PROCEDURE LMult'
LoadPrg 1 DEFS:ARP.def `PROCEDURE LoadPrg'
ObtainResidentPrg 1 DEFS:ARP.def `PROCEDURE ObtainResidentPrg'
PathName 1 DEFS:ARP.def `PROCEDURE PathName'
PatternMatch 1 DEFS:ARP.def `PROCEDURE PatternMatch'
PreParse 1 DEFS:ARP.def `PROCEDURE PreParse'
Printf 1 DEFS:ARP.def `PROCEDURE Printf'
Puts 1 DEFS:ARP.def `PROCEDURE Puts'
QSort 1 DEFS:ARP.def `PROCEDURE QSort'
ReadLine 1 DEFS:ARP.def `PROCEDURE ReadLine'
ReleaseResidentPrg 1 DEFS:ARP.def `PROCEDURE ReleaseResidentPrg'
RemResidentPrg 1 DEFS:ARP.def `PROCEDURE RemResidentPrg'
RListAlloc 1 DEFS:ARP.def `PROCEDURE RListAlloc'
SendPacket 1 DEFS:ARP.def `PROCEDURE SendPacket'
SetEnv 1 DEFS:ARP.def `PROCEDURE SetEnv'
StampToStr 1 DEFS:ARP.def `PROCEDURE StampToStr'
Strcmp 1 DEFS:ARP.def `PROCEDURE Strcmp'
Strncmp 1 DEFS:ARP.def `PROCEDURE Strncmp'
StrToStamp 1 DEFS:ARP.def `PROCEDURE StrToStamp'
SyncRun 1 DEFS:ARP.def `PROCEDURE SyncRun'
TackOn 1 DEFS:ARP.def `PROCEDURE TackOn'
ToUpper 1 DEFS:ARP.def `PROCEDURE ToUpper'
UnLoadPrg 1 DEFS:ARP.def `PROCEDURE UnLoadPrg'
SPrintf 1 DEFS:ARP.def `PROCEDURE SPrintf'
GetKeywordIndex 1 DEFS:ARP.def `PROCEDURE GetKeywordIndex'
ArpOpenLibrary 1 DEFS:ARP.def `PROCEDURE ArpOpenLibrary'
ArpAllocFreq 1 DEFS:ARP.def `PROCEDURE ArpAllocFreq'
# TrackDisk.def
TrackDisk 9999 DEFS:TrackDisk.def (DEFINITION)
IOExtTD 5 DEFS:TrackDisk.def `IOExtTD '
IOExtTDPtr 1 DEFS:TrackDisk.def `IOExtTDPtr '
TDUPublicUnit 9 DEFS:TrackDisk.def `TDUPublicUnit '
IOTrackDisk 1 DEFS:TrackDisk.def `IOTrackDisk '
IOTrackDiskPtr 1 DEFS:TrackDisk.def `IOTrackDiskPtr '
# Icon.def
Icon 9999 DEFS:Icon.def (DEFINITION)
base 1 DEFS:Icon.def `base '
AddFreeList 1 DEFS:Icon.def `PROCEDURE AddFreeList'
AllocWBObject 1 DEFS:Icon.def `PROCEDURE AllocWBObject'
BumpRevision 1 DEFS:Icon.def `PROCEDURE BumpRevision'
FreeDiskObject 1 DEFS:Icon.def `PROCEDURE FreeDiskObject'
FreeFreeList 1 DEFS:Icon.def `PROCEDURE FreeFreeList'
FreeWBObject 1 DEFS:Icon.def `PROCEDURE FreeWBObject'
FindToolType 1 DEFS:Icon.def `PROCEDURE FindToolType'
GetDiskObject 1 DEFS:Icon.def `PROCEDURE GetDiskObject'
GetIcon 1 DEFS:Icon.def `PROCEDURE GetIcon'
GetWBObject 1 DEFS:Icon.def `PROCEDURE GetWBObject'
MatchToolValue 1 DEFS:Icon.def `PROCEDURE MatchToolValue'
PutDiskObject 1 DEFS:Icon.def `PROCEDURE PutDiskObject'
PutIcon 1 DEFS:Icon.def `PROCEDURE PutIcon'
PutWBObject 1 DEFS:Icon.def `PROCEDURE PutWBObject'
# Serial.def
Serial 9999 DEFS:Serial.def (DEFINITION)
IOTArray 4 DEFS:Serial.def `IOTArray '
IOExtSer 14 DEFS:Serial.def `IOExtSer '
IOExtSerPtr 1 DEFS:Serial.def `IOExtSerPtr '
IOSerial 1 DEFS:Serial.def `IOSerial '
IOSerialPtr 1 DEFS:Serial.def `IOSerialPtr '
# NoGuruRq.def
NoGuruRq 9999 DEFS:NoGuruRq.def (DEFINITION)
# PrtBase.def
PrtBase 9999 DEFS:PrtBase.def (DEFINITION)
DeviceData 8 DEFS:PrtBase.def `DeviceData '
DeviceDataPtr 1 DEFS:PrtBase.def `DeviceDataPtr '
PrinterSegmentPtr 1 DEFS:PrtBase.def `PrinterSegmentPtr '
PrinterData 19 DEFS:PrtBase.def `PrinterData '
PrinterDataPtr 1 DEFS:PrtBase.def `PrinterDataPtr '
PrinterExtendedData 23 DEFS:PrtBase.def `PrinterExtendedData '
PrinterExtendedDataPtr 1 DEFS:PrtBase.def `PrinterExtendedDataPtr '
PrinterSegment 7 DEFS:PrtBase.def `PrinterSegment '
# MathIEEEDoubTrans.def
MathIEEEDoubTrans 9999 DEFS:MathIEEEDoubTrans.def (DEFINITION)
base 1 DEFS:MathIEEEDoubTrans.def `base '
Acos 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Acos'
Asin 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Asin'
Atan 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Atan'
Cos 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Cos'
Cosh 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Cosh'
Exp 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Exp'
Fieee 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Fieee'
Log 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Log'
Log10 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Log10'
Pow 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Pow'
Sin 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Sin'
Sincos 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Sincos'
Sinh 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Sinh'
Sqrt 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Sqrt'
Tan 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Tan'
Tanh 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Tanh'
Tieee 1 DEFS:MathIEEEDoubTrans.def `PROCEDURE Tieee'
# Hardware.def
Hardware 9999 DEFS:Hardware.def (DEFINITION)
AudioInfo 8 DEFS:Hardware.def `AudioInfo '
AudioChannels 1 DEFS:Hardware.def `AudioChannels '
BltnodePtr 1 DEFS:Hardware.def `BltnodePtr '
Bltnode 8 DEFS:Hardware.def `Bltnode '
Coord 3 DEFS:Hardware.def `Coord '
DiskInfo 4 DEFS:Hardware.def `DiskInfo '
SerialInfo 4 DEFS:Hardware.def `SerialInfo '
SpriteControlInfo 4 DEFS:Hardware.def `SpriteControlInfo '
SpriteInfo 5 DEFS:Hardware.def `SpriteInfo '
Sprites 1 DEFS:Hardware.def `Sprites '
Custom 80 DEFS:Hardware.def `Custom '
custom 1 DEFS:Hardware.def `custom '
Pad 1 DEFS:Hardware.def `Pad '
CIAA 33 DEFS:Hardware.def `CIAA '
CIAB 33 DEFS:Hardware.def `CIAB '
ciaa 1 DEFS:Hardware.def `ciaa '
ciab 1 DEFS:Hardware.def `ciab '
# NoGuru.def
NoGuru 9999 DEFS:NoGuru.def (DEFINITION)
Assert 1 DEFS:NoGuru.def `PROCEDURE Assert'
# Arguments.def
Arguments 9999 DEFS:Arguments.def (DEFINITION)
Me 1 DEFS:Arguments.def `Me '
NumArgs 1 DEFS:Arguments.def `PROCEDURE NumArgs'
GetArg 1 DEFS:Arguments.def `PROCEDURE GetArg'
GetLock 1 DEFS:Arguments.def `PROCEDURE GetLock'
# Beep.def
Beep 9999 DEFS:Beep.def (DEFINITION)
Beep 1 DEFS:Beep.def `PROCEDURE Beep'
# LongRealInOut.def
LongRealInOut 9999 DEFS:LongRealInOut.def (DEFINITION)
WriteReal 1 DEFS:LongRealInOut.def `PROCEDURE WriteReal'
ReadReal 1 DEFS:LongRealInOut.def `PROCEDURE ReadReal'
# MathFFP.def
MathFFP 9999 DEFS:MathFFP.def (DEFINITION)
base 1 DEFS:MathFFP.def `base '
Fix 1 DEFS:MathFFP.def `PROCEDURE Fix'
Flt 1 DEFS:MathFFP.def `PROCEDURE Flt'
Cmp 1 DEFS:MathFFP.def `PROCEDURE Cmp'
Tst 1 DEFS:MathFFP.def `PROCEDURE Tst'
Abs 1 DEFS:MathFFP.def `PROCEDURE Abs'
Neg 1 DEFS:MathFFP.def `PROCEDURE Neg'
Add 1 DEFS:MathFFP.def `PROCEDURE Add'
Sub 1 DEFS:MathFFP.def `PROCEDURE Sub'
Mul 1 DEFS:MathFFP.def `PROCEDURE Mul'
Div 1 DEFS:MathFFP.def `PROCEDURE Div'
Floor 1 DEFS:MathFFP.def `PROCEDURE Floor'
Ceil 1 DEFS:MathFFP.def `PROCEDURE Ceil'
# Console.def
Console 9999 DEFS:Console.def (DEFINITION)
condev 1 DEFS:Console.def `condev '
CDInputHandler 1 DEFS:Console.def `PROCEDURE CDInputHandler'
RawKeyConvert 1 DEFS:Console.def `PROCEDURE RawKeyConvert'
# Icons.def
Icons 9999 DEFS:Icons.def (DEFINITION)
PutIcon 1 DEFS:Icons.def `PROCEDURE PutIcon'
# AVL.def
AVL 9999 DEFS:AVL.def (DEFINITION)
NodePtr 1 DEFS:AVL.def `NodePtr '
Node 5 DEFS:AVL.def `Node '
Root 5 DEFS:AVL.def `Root '
CompProc 1 DEFS:AVL.def `CompProc '
FindProc 1 DEFS:AVL.def `FindProc '
DoProc 1 DEFS:AVL.def `DoProc '
String 1 DEFS:AVL.def `String '
SNodePtr 1 DEFS:AVL.def `SNodePtr '
SNode 3 DEFS:AVL.def `SNode '
SRoot 1 DEFS:AVL.def `SRoot '
Init 1 DEFS:AVL.def `PROCEDURE Init'
Add 1 DEFS:AVL.def `PROCEDURE Add'
Find 1 DEFS:AVL.def `PROCEDURE Find'
Remove 1 DEFS:AVL.def `PROCEDURE Remove'
DoForward 1 DEFS:AVL.def `PROCEDURE DoForward'
DoBackward 1 DEFS:AVL.def `PROCEDURE DoBackward'
Dispose 1 DEFS:AVL.def `PROCEDURE Dispose'
SInit 1 DEFS:AVL.def `PROCEDURE SInit'
SAdd 1 DEFS:AVL.def `PROCEDURE SAdd'
SFind 1 DEFS:AVL.def `PROCEDURE SFind'